-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Generator - new website #7981
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I've merged this, just to make sure we keep track: #7909 |
@Urigo Don't worry, I'll make a rebase with master once everything is fine with new website |
@B2o5T I'll look into the Algolia search script + components tomorrow 👀 |
@B2o5T Also we need to put redirects or change the root path of the plugins hub (a lot of external links on that: blogposts, etc) Ex: https://graphql-code-generator-a12gixdiw-theguild.vercel.app/plugin-hub/typescript/typescript |
I didn't forget to add all new redirects :) https://github.com/dotansimha/graphql-code-generator/pull/7981/files#diff-02a351de4c8e66a0c9e62bd22b54e65e3ff7133ab407a20b8b82f006bb22feaeR10-R15 |
This comment was marked as off-topic.
This comment was marked as off-topic.
@B2o5T but is it necessary to have this new path in the first place? why not uses the previous |
So as @kamilkisiela proposed let's rename |
move getting-started/index.mdx move getting-started/installation.mdx move getting-started/development-workflow move guides/further-reading getting-started/index.mdx move to src/pages/docs getting-started/installation.mdx guides/react getting-started/vue.mdx getting-started/angular.mdx getting-started/svelte.mdx getting-started/front-end-typescript-only.mdx getting-started/apollo getting-started/graphqlmodules.mdx getting-started/angular.mdx move config-reference docs/config-reference/codegen-config getting-started/schema-field.mdx getting-started/documents.mdx getting-started/config-field.mdx getting-started/require-field.mdx getting-started/naming-convention.mdx getting-started/lifecycle-hooks move advanced advanced/generated-files-colocation remove isDev advanced/programmatic advanced/how-does-it-work advanced/profiler move integrations all integrations custom codegen custom-codegen migration setup plugins page fixes fixes fixes patch temp-styles ok, styles works react-apollo, react-query, resolvers operations, oclif new plugins migrated migrate new plugins new plugins migrate plugins migrate plugins migrate plugins migrate plugins migrate apollo-angular and client-helpers to typescript folder c-sharp migrate flow in folder move presets move other migrate java move typescripts move typescripts move typescripts add plugin hub page, fix layout: raw ok it's works remove unused deps generate config schema add legacy redirects add patches for nextra fix deploy yet another fix remove <OperationsNote/> enhance code-blocks with filename prettier use latest next and guild-components
<CodeTabs>
component was keeping the selected language/framework in LocalStorage, it is not the case anymoreTo reproduce: go to the docs index, select "Vue Apollo" at the first code example, scroll to the second, "URQL React" is selected 🔴